home *** CD-ROM | disk | FTP | other *** search
- ;**************************************************************************
- ;* Version Script by Robert Reiswig for Frank M. ©1995 V1.112
- ;*
- ;**************************************************************************
-
-
-
- echo ""
-
- echo "Versions of CyberGraphics Software Installed "
- echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
-
- ;echo "Version of " noline
- ;version full
- ;echo ""
-
-
- IF EXISTS Libs:cybergraphics.library
- echo "Version of " noline
- version libs:cybergraphics.library full
- ELSE
- echo "Libs:cybergraphics.library NOT INSTALLED!"
- EndIF
- echo ""
-
-
-
- IF EXISTS Libs:cyberintuition.library
- echo "Version of " noline
- version Libs:cyberintuition.library full
- ELSE
- echo "Libs:cyberintuition.library NOT INSTALLED!"
- EndIF
- echo ""
-
-
-
- IF EXISTS Libs:cyberlayers.library
- echo "Version of " noline
- version Libs:cyberlayers.library full
- ELSE
- echo "Libs:cyberlayers.library NOT INSTALLED!"
- EndIF
- echo ""
-
-
-
- IF EXISTS Libs:vilintuisup.library
- echo "Version of " noline
- version Libs:vilintuisup.library full
- ELSE
- echo "Libs:vilintuisup.library NOT INSTALLED!"
- EndIF
- echo ""
-
-
-
-
- IF EXISTS Devs:monitors/Picasso
- echo "Version of " noline
- version Devs:monitors/Picasso full
- ENDIF
-
- IF EXISTS Devs:monitors/Spectrum
- echo "Version of " noline
- version Devs:monitors/Spectrum full
- EndIf
-
- IF EXISTS Devs:monitors/Piccolo
- echo "Version of " noline
- version Devs:monitors/Piccolo full
- EndIf
-
-
- EndIF
- echo ""
-
-
- ask "Press <Return> to Quit....."
-
-
-